home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / M / MPWGCC (Machines).cpt / Machines / xm-hp9k320.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-14  |  140 b   |  8 lines  |  [TEXT/MPS ]

  1. #define USG
  2.  
  3. #include "xm-m68k.h"
  4.  
  5. #define bcopy(a,b,c) memcpy (b,a,c)
  6. #define bzero(a,b) memset (a,0,b)
  7. #define bcmp(a,b,c) memcmp (a,b,c)
  8.